home *** CD-ROM | disk | FTP | other *** search
- <?xml-stylesheet href="chrome://global/skin/alerts/alert.css"
- type="text/css"?>
-
- <?xml-stylesheet href="chrome://simpletimer/content/simpletimer.css"
- type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://simpletimer/locale/simpletimer.dtd">
-
- <window id="simtim-sliderAlert"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- align="start"
- onload="SimpleTimerSliderAlert.onAlertLoad()">
-
- <script type="application/x-javascript"
- src="chrome://simpletimer/content/simpletimer-sliderAlert.js" />
-
- <stringbundleset id="stringbundleset">
- <stringbundle id="simtim-strings"
- src="chrome://simpletimer/locale/simpletimer.properties"/>
- </stringbundleset>
-
- <hbox id="simtim-hboxSliderAlert"
- class="alertBox">
- <vbox>
- <image src='chrome://simpletimer/content/images/clock48.png'/>
- </vbox>
- <vbox>
- <description id="simtim-descAppName"
- class="simtim-sliderName">
- &name;
- </description>
- <seperator />
- <description id="simtim-descMessage"
- value="" />
- <grid id="simtim-gridItems">
- <columns>
- <column />
- <column />
- </columns>
- <rows>
- </rows>
- </grid>
- </vbox>
- </hbox>
-
- <!-- This method is called inline because we want to make sure we establish the width
- and height of the alert before we fire the onload handler. (Credit Reminderfox) -->
- <script type="application/x-javascript">SimpleTimerSliderAlert.prefillAlertInfo();</script>
-
- </window>